body{
    font-family: 'poppins', sans-serif;
}
h1{
    font-size: 2.5rem ;
    font-weight: 700;
}
h2{
    font-size: 1.8rem ;
    font-weight: 600;
}
h3{
    font-size: 1.4rem ;
    font-weight: 800;
}
h4{
    font-size: 1.1rem ;
    font-weight: 600;
}
h5{
    font-size: 1rem ;
    font-weight: 1000;
    color: #1d1d1d;
}
h6{
    color: #d8d8d8;
}
h7{
    font-size: 1.7rem ;
    font-weight: 700;
    color: rgb(4, 43, 4);
}
 button{
    font-size: 0.8rem;
    font-weight: 700;
    outline: none;
    border: none;
    background-color: #1d1d1d;
    color: aliceblue;
    padding: 13px 30px;
    cursor: pointer;
    border-radius: 24px;
    text-transform: uppercase ;
 }
 button:hover{
    background-color:rgb(4, 43, 4) ;

 }
.navbar{

    font-size: 18px;
    top: 0;
    left: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
   
}
.navbar-nav .nav-item .nav-link{
    padding: 0 20px;
    color: #000;
    transition: 0.3s ease;

}
.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link:active{
    color: green;
}

.navbar-light .navbar-toggler{
    border: none;
    outline: none;
}
#navbarSupportedContent{
 font-size: 1.5rem;
 padding: 7px;
 cursor: pointer;
 font-weight: 500;
 transition: 0.3s ease;
}
#home{
    background-image: url("images/Broiler.png");
    width:100%;
    height: 100vh;

    background-size: cover;
    background-position: top 60px right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    
    
    
}

#home span{
 color: rgb(229, 115, 115);
}
#new{
    margin-top: 40px;
}
#new .one img{
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

}
#new .one .details{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transition: 0.3s ease;

}
#new .one:hover .details{
    cursor: pointer;
    background-color: rgba(178, 245, 178, 0.7);

}
#new .one .details button{
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #1d1d1d;
   
    background: none;
    text-transform: uppercase;
    border-bottom: 1px solid #1d1d1d;
    padding: 2.5px;
    transform: translateY(70px);
    transition: 0.3s ease;
    border-radius: 0px;
}
#new .one .details button:hover{
    color: #fff;
    border-bottom: 1px solid #fff;

}
#new .one:nth-child(1) .details{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
#new .one:nth-child(2) .details{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
#new .one:nth-child(3) .details{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
#banner{
    background-image: url("images/Bbanner.jpg");
    width:100%;
    height: 50vh;
    background-repeat: no-repeat;

    background-size: cover;
    background-attachment: fixed;
    background-position: top 70px right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;

}
footer{
    background-color: rgb(76, 91, 76);
}
footer h5{
    font-weight: 700;
    font-size: 1.2rem;
}
footer li{
    padding-bottom: 4px;
}
footer li a{
    font-size: 0.8rem;
    color:aliceblue;
}
footer li a:hover{
    
    color:aquamarine;
}
#about{
background-image: url("images/Grass.jpg");
width:100%;
height: 100%;
color: #fff;

background-size: cover;
background-position: top 60px right;
background-repeat: no-repeat;
display: flex;
flex-direction: column;
justify-content: center;
align-items: stretch;
}
html {
    scroll-behavior: smooth;
  }

